home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
- <stack>
- <name>in</name>
- <id>-1</id>
- <cardCount>1</cardCount>
- <cardID>3040</cardID>
- <listID>2102</listID>
- <cantModify><false /></cantModify>
- <cantDelete><false /></cantDelete>
- <cantAbort><false /></cantAbort>
- <cardSize>
- <width>512</width>
- <height>342</height>
- </cardSize>
- <script>on OpenStack
-
- create menu "application"
- put "information,register" into menu "application" with ¬
- menumsg "doInfo,doReg"
-
-
- end OpenStack
- on doInfo
- play "boing"
- lock screen
- show card field "info1"
- show card field "info2"
- unlock screen with iris open
- wait until the mouseClick
- lock screen
- hide card field "info1"
- hide card field "info2"
- unlock screen with iris close
-
- end doInfo
- on doReg
-
- go to stack "register"
- end doReg
- on CloseStack
- reset menubar
- end CloseStack
- </script>
- <background id="2796" file="background_2796.xml" name="" />
- <card id="3040" file="card_3040.xml" marked="false" name="" owner="2796" />
- </stack>
-